@import "iconfont.css";
.c99{color: #999;}.c66{color: #666;}.c-fff {color:#fff;}
.vm{top: 50%;left: 50%; position: absolute;-webkit-transform: translate(-50%, -50%);transform:translate(-50%, -50%);}
a:hover{text-decoration:none;}
h3,p{margin:0;}
html,body{overflow-x:hidden !important;width:100%;}
html{-ms-text-size-adjust:100%;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: "liga","kern";}
body{font-family:'Arial Narrow',"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;min-width: 320px;background-color: #fff;color: #666;}
a,a:hover {color: #666;cursor:pointer;}
a:hover {color: #019245;}
ul,li {padding: 0;margin: 0;list-style: none;}
.fl{ float:left;display: inline-block;}.fr{float:right;display: inline-block;}
.c:after{content:'\20';display:block;height:0;clear:both;overflow:hidden;}
.c{*zoom:1;}
.container{max-width: 1230px;padding: 0 15px;margin:0 auto;position: relative;z-index: 2;}
.wow { visibility: hidden; }
.tac {text-align: center;}
.rel {position: relative;}
.abs {position: absolute;}
img {max-width: 100%}
h1,h2,h3 {margin: 0;padding: 0}
div:focus, a:focus, li:focus{
  outline:none;
}


.inline-box { font-size: 0px; text-align: center; }
.inline-box li, .inlineb { display: inline-block; vertical-align: middle; *display: inline;*zoom:1;}
.tar {text-align: right;}
div:focus{
	outline:none;
}
div {outline: none;}
.tables { display: table; table-layout: fixed; width: 100%; height: 100%;margin: 0;}
.tables li, .cell {display: table-cell;vertical-align: middle;}


.jbox {display: inline-block;width: 0;height: 0;border:5px solid transparent;border-left-color: #666;margin-left: 3px;vertical-align: middle;}
.pics {height: 100%;width: 100%;object-fit: cover;top:0;left:0;z-index: -1;}



.trsAll {-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
-webkit-transition-duration: 1.4s;
-o-transition-duration: 1.4s;
transition-duration: 1.4s;
position: relative;
}


.text-overflow { display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.c1 {color: #019245}


/* Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0 !important!}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 20px; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

/* Dots */
.slick-slider {}
.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: 0.75; }


/*
.header .menu-btn {float: right;margin: 40px 0;height: 16px;width: 24px;position: relative;}
.header .menu-btn span {display: block;height: 2px;background-color: #345f66;position: absolute;left: 0;width: 100%;-webkit-transition: all 0.3s;transition: all 0.3s;}
.header .menu-btn span:nth-of-type(1) {top: 0;}
.header .menu-btn span:nth-of-type(2) {top: 50%;margin-top: -1px;}
.header .menu-btn span:nth-of-type(3) {bottom: 0;}
.header .menu-btn.active span:nth-of-type(1) {-webkit-transform:rotate(45deg);transform:rotate(45deg);top: 7px;}
.header .menu-btn.active span:nth-of-type(2) {opacity: 0;}
.header .menu-btn.active span:nth-of-type(3) {-webkit-transform:rotate(-45deg);transform:rotate(-45deg);bottom: 7px;}

*/

.banner .slick-dots {position: absolute;bottom:20px;}
.banner .slick-dots li {opacity: 0.8}
.banner .slick-dots li.slick-active {}
.banner img {width: 100%;}



.header {padding: 15px 0;}
.tel {color: #666;line-height: 77px;font-size: 16px;color: #019245}
.tel .inlineb {color:#444;}
.tel span a{font-size: 24px;color: #019245;font-weight: bold;margin: 0 10px;vertical-align:middle}
.tel span {font-weight: bold;line-height:30px;}



.nav_box {height: 58px;line-height: 58px;border-top: 1px solid #dbdbdb;overflow: hidden;}
.nav_box .navs {border-left: 1px solid #dbdbdb;height: 58px}
.nav_box li {width: 12.5%;float: left;}
.nav_box li a {display: block;font-size: 16px;border-right: 1px solid #dbdbdb;text-align: center;color:#444;}
.nav_box li.on a,
.nav_box li a:hover {background: #019245;color: #fff;}
.nav_box li.lang {height: 30px;line-height: 30px;}
.nav_box li.lang a {display: block;height: 30px;background: #838383;border-radius: 15px;width: 95px;margin: 0 auto;margin-top:12px;color: #fff;padding-right: 10px;font-size: 14px;}
.nav_box li.lang a span {display: block;width: 32px;height: 32px;position: absolute;right: -10px;top:-1px;background: #019245;border-radius: 16px;}



.bread_box {height: 85px;line-height: 85px;background: #f2f2f2;}
.bread_box .key a {margin-right: 15px;}
.bread_box .bs {position: relative;padding-left: 20px;}
.bread_box .bs:after {content:'';width: 9px;height: 20px;border-radius: 5px;background: #019245;position: absolute;left: 0;top:50%;display: block;margin-top: -10px;}
.bread_box .bs a,
.bread_box .bs span {margin: 0 6px;}


.subnav {padding: 40px 0}
.subnav a {display: inline-block;height: 36px;line-height: 36px;border-radius: 18px;border:1px solid #e3e3e3;padding: 0 32px;font-size: 16px;margin: 0 5px;}
.subnav a:hover,
.subnav a.on {background: #019245;color: #fff;}


.t1 {font-size: 30px;text-align: center;font-weight: bold;color: #444444;text-transform: uppercase;line-height: 40px;margin-bottom: 40px;}
.t1 span {display: block;}


.padd40 {padding: 50px 0}
.about_f1 {padding-top: 0}
.about_f1 .info {}
.about_f1 .pic {margin-left: 30px;}

.t2 div{border-bottom: 3px solid #019245;display: inline-block;padding-bottom: 10px}
.t2 div h3 {font-size: 48px;color: #019245;border-left: 2px solid #019245;margin-left: 5px;padding-left:10px;}
.t2 div h3 span {font-size: 24px;color: #444444;display: block;}

.about_f1 .info .p {margin-top: 20px;line-height: 24px;}


.about_f2 {background: #d9d9d9;padding: 40px 0}

.slick-dots {position: relative;left:0;bottom:0;margin-top: 30px;}
.slick-dots li {width: 42px;height: 6px;background: #848484;overflow: hidden;}
.slick-dots li.slick-active {background: #019245}


.alist a {display: block;background: #fff;text-align: center;padding: 10px;padding-bottom: 20px;margin: 0 8px;}
.alist a p {font-size: 16px;color: #666666;}
.alist a .dw {font-size: 36px;color: #333333;padding-top: 13px;}
.alist a .dw span {font-size: 18px;}
.alist a .pic .abs {width: 100%;height: 100%;background: rgba(0,0,0,0.2) url(../images/i_play.png) no-repeat center center;top:0;left:0;z-index: 10;}
.alist a .pic .abs:hover {background-color: rgba(0,0,0,0)}


.blist li {width: 25%;float: left;text-align: center;}
.blist li span {display: block;padding: 15px 0 20px 0;font-size: 14px;}
.blist li a {margin: 0 8px;display: block;}




.about_f4 {background: url(../images/bg1.jpg) no-repeat center center;}
.about_f4 .t1 {color: #fff;}

.zs_list {background: rgba(255,255,255,0.9);padding: 30px 70px;position: relative;}
.zs_list li {float: left;text-align: center;}
.zs_list li span {display: block;margin-top: 15px;}
.zs_list li a {display: block;margin: 0 16px;}
.zs_list .prev,
.zs_list .next {display: block;width: 50px;height: 50px;text-align: center;line-height: 50px;background: #515151;color: #fff;border-radius: 25px;position: absolute;top:50%;left:20px;margin-top: -25px;}
.zs_list .web {font-size: 26px;}
.zs_list .next .web {margin-left: 5px;}
.zs_list .next {right: 20px;left:auto;}
.zs_list .prev:hover,
.zs_list .next:hover {background: #019245}



.td_list .item {float: left;margin: 0 8px;text-align: center;}
.td_list .item ul li span {display: block;padding: 10px 0}


.clist {margin: 0 -6px;}
.clist li {width: 25%;float: left;}
.clist li a {display: block;text-align: center;margin: 0 6px;}
.clist li a.pic {border:1px solid #e3e3e3;}
.clist li a.pic .abs {top:0;left:0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);color: #fff;display: none;}
.clist li a.title {line-height: 30px;overflow: hidden;margin: 10px 0;height: 30px}
.clist li a.pic .abs .so {display: block;background: url(../images/i_so.png) no-repeat center center;width: 30px;height: 30px;margin: 0 auto;margin-bottom: 15px;margin-top: 90px;}
.clist li a.pic .abs .x {display: block;width: 26px;height: 3px;background: #fff;margin: 0 auto;margin-top: 15px;}
.clist li a.pic:hover .abs {display: block;}


.page {font-size: 0;text-align: center;padding: 30px 0 60px 0}
.page a, .page span {display:inline-block;*display: inline;*zoom: 1;font-size: 14px;background: #f6f6f6;border:1px solid #eee;padding: 4px 12px;text-transform: uppercase;margin: 0 5px;margin-bottom:10px;}
.page a:hover, .page a.on {background: #3f983e;color: #fff;}


.titles_02 {height: 50px;line-height: 50px;padding: 0 20px;background: #019245;color: #fff;font-size: 18px;margin-bottom: 17px;}

.cont_box .p {padding: 0 15px 0 15px}

.titles_01 {font-weight: bold;font-size: 30px;color: #535353;margin-bottom: 20px;}
.titles_01 span {font-size: 20px;font-weight: normal;margin-left: 10px;}
.titles_01 .s {color: #019245;font-weight: bold;font-size: 30px;}

.hzhb_box {padding: 40px 0}
.hzhb_box ul li {float: left;width: 25%;}
.hzhb_box ul li a {display: block;margin-right: 13px;border:1px solid #019245;border-radius: 15px;overflow: hidden;}
.hzhb_box ul li:last-child a {margin-right: 0;}

.cpyy_box ul {margin: 0 -20px;}
.cpyy_box ul li {width: 16.666%;float: left;text-align: center;}
.cpyy_box ul li a {display: block;margin: 0 20px;}
.cpyy_box ul li span {display: block;padding: 20px 0 40px 0}
.cpyy_box ul li img {border-radius: 50%}

.scsl_box {margin-bottom: 40px;}


.pro_head {border:1px solid #e3e3e3;padding: 13px;margin-bottom: 20px;}
.pro_head .apic {width: 400px;height: 400px;border:1px solid #e3e3e3;position: relative;text-align: center;}
.pro_head .apic img {display: inline-block;vertical-align: middle;}
.pro_head .apic .slick-dots {display: none;height: 0;overflow: hidden;}
.pro_head .apic .prev,
.pro_head .apic .next {font-size: 20px;left:10px;position: absolute;font-weight: bold;top:50%;z-index: 1;cursor: pointer;}
.pro_head .apic .next {right: 10px;left:auto;}
.pro_head .apic .sp {position: absolute;bottom:10px;right: 10px;}
.pro_head .apic ul {position: absolute;top:0;left:0;right: 0;bottom:0;margin: auto;}
.pro_head .apic ul li {padding: 40px}
.pro_head .info {margin-left: 400px;padding: 0 40px 0 60px;}
.pro_head .info .title {font-size: 18px;color: #444444;padding: 25px 0}
.pro_head .info .p {line-height: 30px;height: 258px}
.pro_head .info .c {border-top: 2px solid #d7d7d7;padding: 20px 0 0 0}
.pro_head .info .c .fl {font-size: 16px;}
.pro_head .info .c .fl img {margin-right: 15px;}
.pro_head .info .c .fr a {display: block;width: 130px;height: 35px;line-height: 33px;background: #019245;color: #fff;text-align: center;}
.cont_box .p {line-height: 1.7;}




.t5 {border-bottom: 1px solid #adadad;}
.t5 h3 {font-size: 24px;color: #444444;font-weight: normal;float: left;}
.t5 .fr {padding-top: 12px}
.t5 .fr a {background: #019245;color: #fff;display: inline-block;padding: 3px 10px;margin-left: 10px;}


.yy_cont {padding: 30px 0}
.yy_cont .pic {padding: 10px;border:1px solid #e3e3e3;margin-right: 30px;}
.yy_cont .info {line-height: 26px}

.slist {padding: 5px 0}
.slist li {padding: 16px 0;border-bottom:1px solid #e1e1e1;overflow: hidden;}
.slist li .pic {float: left;margin-right: 20px;}
.slist li .pic img {border:1px solid #e3e3e3;}
.slist li .t {font-size: 18px;color: #444;margin-bottom: 6px;display: block;margin-top: 6px;}
.slist li .p {padding: 6px 0;line-height: 26px;height: 100px}
.slist li .more a {border:1px solid #e3e3e3;padding: 8px 10px}
.slist li:hover {background: #f3f3f3}

.ser_cont {line-height: 26px;padding: 40px 20px}

.fw_box {margin-bottom: 40px;}
.zlist li {float: left;text-align: center;width: 145px;height: 205px}
.zlist li.x {width: 30px;line-height: 165px;}
.zlist li.x i {font-size: 20px;color: #ccc;}
.zlist li .t {font-size: 18px;padding: 10px 0 5px 0}
.zlist li.x:last-child {display: none;}

.zlist li .ico {width: 50px;height: 50px;margin: 0 auto;background-repeat: no-repeat;background-position: center center;margin-top: 40px;}
.zlist li .ico_01 {background-image: url(../images/ico_02_01.png)}
.zlist li .ico_02 {background-image: url(../images/ico_02_02.png)}
.zlist li .ico_03 {background-image: url(../images/ico_02_03.png)}
.zlist li .ico_04 {background-image: url(../images/ico_02_04.png)}
.zlist li .ico_05 {background-image: url(../images/ico_02_05.png)}
.zlist li .ico_06 {background-image: url(../images/ico_02_06.png)}
.zlist li .ico_07 {background-image: url(../images/ico_02_07.png)}
.zlist li.x:hover {background: none;}
.zlist li:hover {background: #019245;color: #fff;}
.zlist li:hover .ico_01 {background-image: url(../images/ico_02_01_on.png)}
.zlist li:hover .ico_02 {background-image: url(../images/ico_02_02_on.png)}
.zlist li:hover .ico_03 {background-image: url(../images/ico_02_03_on.png)}
.zlist li:hover .ico_04 {background-image: url(../images/ico_02_04_on.png)}
.zlist li:hover .ico_05 {background-image: url(../images/ico_02_05_on.png)}
.zlist li:hover .ico_06 {background-image: url(../images/ico_02_06_on.png)}
.zlist li:hover .ico_07 {background-image: url(../images/ico_02_07_on.png)}

.xlist {margin-bottom: 40px;}
.xlist li {float: left;width: 275px;background: #e9e9e9;margin-right: 23px;}
.xlist li .box {padding: 40px 15px 60px 15px;text-align: center;color: #666666;}
.xlist li .box .ico {width: 80px;height: 80px;background-repeat: no-repeat;background-position: center center;margin: 0 auto;}
.xlist li .box h5 {font-size: 30px;font-weight: bold;color: #444;}
.xlist li .box p {text-align: left;}
.xlist li .box .p1 {font-size: 18px;text-align: center;}
.xlist li .box .x {width: 110px;height: 1px;background: #666;margin: 40px auto;}
.xlist li .box .p3 {padding: 30px 0}
.xlist li .box .ico1 {background-image: url(../images/ico_1_01.png)}
.xlist li .box .ico2 {background-image: url(../images/ico_1_02.png)}
.xlist li .box .ico3 {background-image: url(../images/ico_1_03.png)}
.xlist li .box .ico4 {background-image: url(../images/ico_1_04.png)}
.xlist li.on {background: #019245;margin-top: -20px;}
.xlist li .box .wx {width: 150px;height: 40px;line-height: 40px;background: rgba(255,255,255,0.5) url(../images/ico_wx.png) no-repeat 20px center;color: #fff;display: block;margin: 0 auto;font-size: 16px;padding-left: 20px;border-radius: 20px;color: #444;visibility: hidden;}
.xlist li.on .box, .xlist li.on .box h5 {color: #fff;}
.xlist li.on .box .x {background: #fff;}
.xlist li.on .box .ico1 {background-image: url(../images/ico_1_01_on.png)}
.xlist li.on .box .ico2 {background-image: url(../images/ico_1_02_on.png)}
.xlist li.on .box .ico3 {background-image: url(../images/ico_1_03_on.png)}
.xlist li.on .box .ico4 {background-image: url(../images/ico_1_04_on.png)}
.xlist li.on .box .wx {visibility: visible;}
.xlist li:last-child {margin-right: 0;}


.contact_box {padding: 40px 0}
.contact_box .c {padding: 30px 0 0 0;line-height: 26px}
.contact_box .pic {margin-right: 20px;}
.contact_box .t2 div {width: auto;display: block;}


.contact_dt ul li {margin: 5px 0;}
.contact_dt ul li div {border:1px solid #e3e3e3;padding: 10px}


.feed {padding: 40px 0}
.feed .box {border:1px solid #e3e3e3;background: url(../images/bg2.jpg) no-repeat bottom center;padding: 40px 0}
.feed .box dl {width: 700px;margin: 0 auto;position: relative;}
.feed .box dt {font-size: 14px;font-weight: bold;position: absolute;width: 100px;text-align: right;}
.feed .box dt span {color: #ff0000;}
.feed .box dd {margin-left: 120px;margin-bottom: 10px;}
.feed .box dd .inp {width: 100%;height: 33px;border:1px solid #e3e3e3;line-height: 33px;padding: 0 5px}
.feed .box dd textarea {border:1px solid #e3e3e3;padding: 5px;width: 100%;height:120px}
.feed .box dd .mit {width: 60px;height: 30px;background: #019245;color: #fff;border:0;}
.feed .box dd input:focus, .feed .box dd textarea:focus {border:1px solid #019245;outline: none}
.feed .t {width: 145px;height: 48px;line-height: 48px;background: #444444;color: #fff;text-align: center;font-size: 18px;}



.padd {padding: 70px 0}
.t11 {font-size: 48px;font-weight: bold;}
.home_f1 .p1 {font-size: 16px;color: #666;padding: 20px 10px;line-height: 30px}
.home_f1 .vbox iframe {height: 500px;width: 100%;}
.home_f1 .alist {margin-top: 10px;margin-left: -8px;margin-right: -8px;}
.home_f1 .alist li a {background: #f1f1f1}



.home_f2 {background: url(../images/bg3.jpg) no-repeat;padding-bottom: 0;}
.t12 h3 {font-size: 48px;font-weight: bold;color: #444444;}
.t12 div {margin: 10px 0;}
.t12 div span {width: 90px;height: 1px;background: #8a8a8a;display: inline-block;vertical-align: middle;margin: 0 7px;}
.t12 p {font-size: 20px;color: #535353;}
.home_f2 .t12 {padding-top: 20px;}
.home_f2 .bt {background: #019245;color: #fff;font-size: 16px;padding: 30px 0}
.home_f2 .bt ul li {float: left;text-align: center;margin-left: 20px;}
.home_f2 .bt ul li span {display: block;margin-top: 6px;}
.home_f2 .bt .fl span {font-size: 20px;display: block;font-weight: bold;margin-bottom: 5px;}

.home_f2 .box {height: 585px;background: url(../images/bg4.png) no-repeat top center;background-size: 100% 100%;margin-top: 34px;}
.home_f2 .pic {width: 550px;height: 550px;bottom:-180px;left:0;width: 100%;text-align: center;z-index: 10;}
.home_f2 .box .abs .t {font-size: 26px;color: #019245;font-weight: bold;margin-bottom: 5px;}
.home_f2 .box .abs .p {font-size: 16px;color: #666;line-height: 24px}
.home_f2 .box .abs {width: 245px;}
.home_f2 .box .abs img {position: absolute;z-index: 11}
.home_f2 .box .it1 {bottom:100px;left:70px;}
.home_f2 .box .it1 img {left: 190px;bottom:-80px;}
.home_f2 .box .it2 {bottom:320px;left:180px;}
.home_f2 .box .it2 img {left: 130px;bottom:-110px;}

.home_f2 .box .it3 {top:70px;left:470px;}
.home_f2 .box .it3 img {left: 60px;bottom:-120px;}

.home_f2 .box .it4 {bottom:320px;right:180px;}
.home_f2 .box .it4 img {right: 130px;bottom:-110px;}
.home_f2 .box .it5 {bottom:100px;right:30px;}
.home_f2 .box .it5 img {right: 240px;bottom:-80px;}
.home_f2 .box .it5 {width: 204px;}

.home_f3 .t12 {padding-top: 80px;margin-bottom: 20px;}
.home_f3 ul {margin: 0 -6px 0 0}
.home_f3 ul li {float: left;margin-right: 6px;margin-bottom: 6px;}
.home_f3 ul li img {vertical-align: top;}
.home_f3 .more {display: block;background: #f1f1f1;padding: 15px 0;text-align: center;font-weight: bold;margin-top: 0;}
.home_f3 .more .ico {background: #019245;color: #fff;border-radius: 22px;height: 44px;width: 44px;display: inline-block;line-height: 44px;vertical-align: middle;margin-left: 8px;}
.home_f3 .more .ico i {font-size: 20px;}
.home_f3 .more .inlineb {font-size: 18px;line-height: 24px}
.home_f3 .more .inlineb span {font-size: 24px;display: block;}


.home_f4 {background: #f6f6f6}
.home_f4 .clist li a.pic {border:0;}

.home_f5 {background: url(../images/bg5.jpg) no-repeat center}
.home_f5 .t12, .home_f6 .t12 {margin-bottom: 50px;}
.home_f5 .t12 p,
.home_f5 .t12 h3 {color: #fff;}

.home_f6 {background: url(../images/bg6.png);padding: 70px 0 0 0}

.home_f7 {background: url(../images/bg1.jpg) no-repeat}
.home_f7 .info {width: 560px;color: #fff;}
.home_f7 .info .t {font-size: 30px;margin-bottom: 20px;}
.home_f7 .info .p {font-size: 14px;line-height: 26px}
.home_f7 .info .more a {display: block;width: 155px;height: 40px;border-radius: 75px;background: #e9e9e9;font-size: 16px;color: #019245;text-align: center;line-height: 40px;-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;}
.home_f7 .info .more a:hover {background: #019245;color: #fff;}
.home_f7 .info .more {margin-top: 30px;}

.home_f7 .pic {margin-left: 660px;}
.home_f7 .pic {border:20px solid rgba(255,255,255,0.5);margin-bottom: -150px;}


.home_f8 {padding-bottom: 0;}
.atab .hd {height: 47px;margin-bottom: 20px;}
.atab .blist {margin: 0 -6px;}
.atab .hd li {float: left;height: 45px;line-height: 45px;border:1px solid #e3e3e3;padding: 0 30px;font-size: 16px;cursor: pointer;margin-right:-1px}
.atab .hd li.on {background: #019245;color: #fff;}

.atab .bd .ci {display: none;}



.t15 {border-bottom: 1px solid #bebebe;margin-bottom: 20px;overflow: hidden;}
.t15 .fl {padding: 10px 0;font-size: 24px;font-weight: bold;border-bottom: 1px solid #3f983e;}
.t15 .more {float: right;margin-top: 21px;color: #666;}

.home_f9 .box1 {width: 800px;}
.home_f9 .box2 {margin-left: 830px;}
.home_f9 .hot_list,
.home_f9 .list1 {background: #f6f6f6}
.home_f9 .list1 {margin-top: 10px;padding: 20px 40px}
.home_f9 .list1 li {margin: 7px 0;overflow:hidden;height:30px;line-height:30px}
.home_f9 .list1 li .time {float: right;}
.home_f9 .hot_list {padding-right: 40px}
.home_f9 .hot_list li {float: left;width: 50%;}
.home_f9 .hot_list .addtime {padding: 20px 0 20px 40px;font-size: 24px;color: #888888;border-bottom: 1px solid #e8e8e8;margin-right: -40px;}
.home_f9 .hot_list .box {padding: 30px 0 30px 40px}
.home_f9 .hot_list .box .t {font-size: 16px;color: #444;margin-bottom: 14px;display: block;}
.home_f9 .hot_list .box .t:hover {color: #3f983e;}
.home_f9 .hot_list .box .p {color: #888;margin-bottom: 20px;line-height: 24px;}
.home_f9 .hot_list .box .p a {color: #3f983e;}


.home_f9 .box2 .box {background: #f6f6f6;padding: 1px}
.home_f9 .box2 .box .hot_box {margin: 40px;background: #fff;margin-bottom: 0;}
.home_f9 .box2 .box .hot_box .t a {font-size: 16px;color: #444;margin-bottom: 14px;display: block;;}
.home_f9 .box2 .box .hot_box .t a:hover {color: #3f983e;}
.home_f9 .box2 .box .hot_box .p {color: #888;line-height: 24px;}
.home_f9 .box2 .box .hot_box .p a {color: #3f983e;}
.home_f9 .box2 .box .hot_box .bb {padding: 20px}

.list1 li {-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;}
.list1 li:hover {margin-left: 10px;}

.home_f9 .pic, .blist .pic {overflow: hidden;display: block;}
.home_f9 .pic img, .blist img{ -webkit-transform: scale(1, 1); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 500ms; -moz-transform: scale(1, 1); -moz-transition-timing-function: ease-out; -moz-transition-duration: 500ms; transform: scale(1, 1); transition-timing-function: ease-out; transition-duration: 500ms; }
.home_f9 .pic img:hover, .blist img:hover {-webkit-transform: scale(1.1, 1.1); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 500ms; -moz-transform: scale(1.1, 1.1); -moz-transition-timing-function: ease-out; -moz-transition-duration: 500ms; transform: scale(1.1, 1.1); transition-timing-function: ease-out; transition-duration: 500ms; }


.tj_box {margin-bottom: 30px;}


.news_cont .info {padding: 30px 0;line-height: 26px;border-bottom: 1px solid #eee;}
.s_page {padding: 30px 0;line-height: 26px}

/*.slist {margin-top: 30px;}*/


.act_bottom {background: #3f983e;color: #fff;padding: 30px 0}
.act_bottom ul li {color: #fff;text-align: left;}
.act_bottom ul li .ico {width: 60px;height: 50px;display: inline-block;background-repeat: no-repeat;background-position: 0 center;float: left;}
.act_bottom ul li h5 {font-size: 18px;line-height: 20px;padding: 0;margin: 0 0 5px 0;}
.act_bottom ul li p {font-size: 14px;}
.act_bottom ul li.x {width: 2px;background: #81bb80;height: 60px}
.act_bottom ul li.it1 {width: 400px;}
.act_bottom ul li.it2 {width: 400px;padding: 0 50px}
.act_bottom ul li.it3 {width: 300px;padding-left: 50px;}

.act_bottom ul li .ico.i_address {background-image: url(../images/i_address.png)}
.act_bottom ul li .ico.i_tel {background-image: url(../images/i_tel.png)}
.act_bottom ul li .ico.i_email {background-image: url(../images/i_mail.png)}
.act_bottom ul li.it2 p {font-size: 18px;}


.mt10 {margin-top: 30px}



#fans {height: 116px;z-index: 1000}
.subnav.on {position: fixed;top:0;left:0;width: 100%;background: #fff;box-shadow: 0 0 5px #ccc;z-index: 100000;padding: 20px 0;-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;}



.footer {background: #444444;}
.footer .b1 {border-top: 1px solid #656565;padding: 20px 0}
.footer .b1,
.footer .b1 a {color: #cccccc;}

.flink, .flink a {color: #fff;}
.flink span {font-size: 14px;}
.flink a {margin: 0 7px;}
.flink {padding: 20px 0}










.cloud img {
  -webkit-animation: scale_img 30s infinite ease-out alternate;
  -moz-animation: scale_img 30s infinite ease-out alternate;
  -ms-animation: scale_img 30s infinite ease-out alternate;
  animation: scale_img 30s infinite ease-out alternate;
}
@-webkit-keyframes scale_img{
  0%{
    transform:scale(1) translateX(0px);
  }
  100% {
    transform:scale(1.2) translateX(0px);
  }
}
@keyframes scale_img{
  0%{
    transform:scale(1) translateX(0px);
  }
  100% {
    transform:scale(1.2) translateX(0px);
  }
}
@media (min-width:768px) {
	
}

@media (min-width:992px) {
  .vertical-middle-sm {display: table;}
   .vertical-middle-sm > div, .vertical-middle-sm > li {
      display: table-cell;
      height: 100%;
      min-height: 100%;
      float: none !important;vertical-align: middle;
    }
}


@media (max-width:1441px) {  

}

@media (min-width:1200px) {
	.banner {width:1920px;position: relative;left:50%;margin-left: -960px;}

}
@media (max-width:1200px) {
  .tel {line-height: 30px}
  .tel div {display: block;padding-left:10px;} 
  .act_bottom ul li.it1 {width: 350px;} 
  .act_bottom ul li.it2 {padding: 0 20px;width: 322px;}
  .act_bottom ul li.it3 {width: 240px;padding-left: 20px;}

}

@media (min-width:1441px) {

}



@media (max-width:1200px) {
	.home_f2 {background-size: cover;}
	.home_f2 .pic {display: none;}
	.home_f2 .box {height: auto;background: #fff;padding: 20px;text-align: center;max-width: 500px;margin: 0 auto;margin-top: 30px;}
	.home_f2 .box .abs ,
	.home_f2 .box .abs img {width: auto;position: static;top:0;left:0;right: 0;bottom:0;}
	.home_f2 .box .abs {padding: 10px 0}

  .home_f9 .box1 {width: auto;display: block;float: none;}
  .home_f9 .box2 {margin-left: 0;}

.t12 h3, .t11 {font-size: 24px;}
.t12 p {font-size: 14px;}
.home_f2 .t12 {padding-top: 0;}
.home_f2 .box .abs .t {font-size: 18px;}
.home_f2 .box .abs .p {font-size: 14px;}




}
@media (max-width:1024px){

}
@media (max-width:992px) {
  .header {text-align: center;}
  .header .logo, .header .tel {float: none;display: block;}
  .header .tel div {display: inline-block;vertical-align: top;}
  .nav_box,
  .nav_box .navs {height: auto;line-height: 40px;}
  .nav_box .navs {margin: 0 -1px;}
  .nav_box li {width: 25%;}
  .nav_box .container {padding: 0}
  .nav_box li a {font-size: 14px;border-bottom: 1px solid #dbdbdb;border-left: 1px solid #dbdbdb;border-right: 0}
  .nav_box li:nth-child(4n) a {border-right: 1px solid #dbdbdb;}
  .nav_box li.lang a {margin-top: 6px;}
  .nav_box li.lang {border:1px solid #dbdbdb;height: 41px;border-top: 0}
  .act_bottom ul li.it1,
  .act_bottom ul li.it2,
  .act_bottom ul li.it3 {display: block;width: auto;margin: 0;padding: 0}
  .act_bottom ul li.x {display: none;}
  .act_bottom ul li.it2 {margin: 20px 0;}
  .about_f1 .pic {text-align: center;margin: 0;float: none;display: block;margin-bottom: 20px;}

  .zs_list .prev, .zs_list .next {width: 30px;height: 30px;line-height: 30px;}
  .zs_list .prev i, .zs_list .next i {font-size: 16px;}
  .clist li {width: 33.3333%;}
  .subnav a {font-size: 14px;margin:5px 0;}
  .home_f3 .more .inlineb span {font-size: 16px;}
  .home_f3 .more .inlineb {font-size: 14px;line-height: 20px}
  .home_f3 .more .ico {width: 36px;height: 36px;line-height: 36px}
  .home_f3 .more .ico i {font-size: 14px;}
  .home_f5 {background-size: cover;}
  .home_f3 ul {text-align: center;}
  .home_f3 ul li {float: none;display: inline-block;}
  .home_f1 .vbox iframe {height: 350px}
  .home_f2 .bt .fl,
  .home_f2 .bt .fr {display: block;float: none;text-align: center;}
  .home_f2 .bt .fr ul li {display: inline-block;float: none;margin: 0 5px;margin-top: 20px;}
  .home_f2 .bt .fr ul li span {font-size: 14px;}
  .home_f3 .t12 {padding-top: 0;}


    .pro_head .apic {float: none;display: block;width: auto;height: 330px}
  .pro_head .apic ul li {padding: 20px}
  .pro_head .info {margin-left: 0;padding: 0}
  .pro_head .info .c .fl {float: none;display: block;margin-bottom: 5px;}
  .pro_head .info .c .fl img {width: 20px;}
  .pro_head .info .c {margin-top: 10px;padding-bottom: 10px}
  .pro_head .info .p {height: auto}
  .yy_cont .pic {float: none;display: block;text-align: center;margin-bottom: 20px;}



}

@media (max-width: 821px){

}
@media (min-width: 768px){

}
@media (max-width:768px){
  .t1 {font-size: 20px;line-height: 30px}
   .bread_box {display: none;}
   .subnav a {margin: 5px 0;font-size: 14px;}
   .bann img {height:140px;object-fit: cover;}
   .blist li {width: 50%;}
   .flink a {display: inline-block;}
   .act_bottom ul li {}
   .act_bottom ul li h5 {font-size: 14px;text-indent: 0}
   .act_bottom ul li p {font-size: 12px;text-indent: 0;padding-left: 55px;}
   .act_bottom ul li .ico {height: 40px;width: 40px;background-size: 100% auto;margin-right: 15px;}

   .t2 div h3 {font-size: 20px;}
   .t2 div h3 span {font-size: 16px;}
     .slist li .pic {width: 30%;}
     .slist li .more {display: none;}
     .slist li .p {height: auto;}
     .slist li .info {padding-top: 10px;}
     .alist a .dw {font-size: 24px;}
     .home_f1 .alist li a img {width: 100%;}
     .xlist {padding: 0 50px;margin-bottom: 0;}
     .xlist li .box h5 {font-size: 18px;}
     .xlist li .box .p1 {font-size: 14px;}
     .xlist li .box .x {margin: 10px auto;}
     .xlist li.on .box .wx {width: auto;font-size: 14px;background-size: 20px auto}
     .xlist li .box p {font-size: 12px;}
     .xlist .prev,
     .xlist .next {position: absolute;left:5px;top:50%;color: #fff;}
     .xlist .next i,
     .xlist .prev i {font-size: 24px;color: #fff;}
     .xlist .next {right: 5px;left:auto;}
     .xlist.rel .prev i,
     .xlist.rel .next i {color: #000;}
     .xlist.rel {margin-bottom: 20px;}
     .home_f7 {background-size: cover;}
     .home_f7 .info {width: auto;display: block;float: none;}
     .home_f7 .pic {margin:0;margin-top: 30px;border-width: 5px}
     .home_f7 .info .t {font-size: 20px;}
     .atab .hd li {width: 33%;text-align: center;}






}
@media (max-width:720px){
	
}
@media (max-width:640px){

}

@media (max-width:570px){
	.container {padding: 0 10px}
	.padd, .padd40 {padding: 30px 0}
  .tel {font-size: 12px;margin-top: 5px;}
  .tel span a {font-size: 18px;display: inline-block;}
  .blist {margin: 0 -5px;}
  .blist li a {margin: 0 5px}
  .header {padding: 10px 0}
  .slick-dots li {width: 5px;height: 5px;}
  .nav_box li.lang a {width: 70px;font-size: 12px;height: 24px;line-height: 24px;margin-top: 6px;}
  .nav_box li.lang a span {width: 24px;height: 24px;}
  .nav_box li.lang {height: 37px}
  .clist li {width: 50%;}
  .titles_01 {font-size: 18px;margin-bottom: 20px;}
  .titles_01 span {font-size: 12px;}
  .titles_01 .s {font-size: 18px;}
  .hzhb_box ul {margin: 0 -5px;}
  .hzhb_box ul li {width: 50%;}
  .hzhb_box ul li a {margin: 0 5px 10px 5px;}
  .hzhb_box ul li:nth-child(2n) a {margin-right: 5px;}
  .cpyy_box ul li {width: 33.3333%;}
  .cpyy_box ul li img {height: 80px}
  .titles_02 {height: 40px;line-height: 40px;font-size: 16px;}
  .nav_box, .nav_box .navs {line-height: 36px;}
  .cpyy_box ul li span {padding: 10px 0}
  .cpyy_box ul {margin-bottom: 15px;}
  .hzhb_box {padding: 20px 0}



  .slist li .pic {width: auto;float: none;}
  .zlist li {height: auto;padding-bottom: 10px;display: block;text-align: center;width: auto;}
  .zlist li .ico {margin-top: 10px;}
  .zlist li.x {height: auto;line-height: 0;width: auto;margin: 65px 10px 0 10px}
  /*.zlist li.x i {-webkit-transform:rotate(90deg); display: block;}*/

  .zlist li .t {font-size: 14px;}
  .ser_cont {padding: 20px 0}
  .xlist li {margin: 0;width: auto;margin-bottom: 10px;}
  .xlist li .box {padding: 30px 20px}

.feed .t {height: 40px;line-height: 40px;font-size: 16px;}

.feed .box dl {width: auto;margin-right: 10px;}
.feed .box dd {margin-left: 100px;}
.home_f1 .vbox iframe {height: 250px}
.home_f9 .hot_list li {float: none;display: block;width: auto;}
.home_f9 .hot_list .box,
.home_f9 .hot_list .addtime {padding-left: 20px;}
.home_f9 .list1 {padding: 10px 15px}
.home_f9 .box2 .box .hot_box {margin: 15px;}
.home_f9 .box2 .box .hot_box img {width: 100%;}
.home_f8, .home_f2 {padding-bottom: 0;}
.home_f9 .box2 {margin-top: 20px;}
.home_f1 .p1 {font-size: 14px;line-height: 1.7;padding: 15px 0}
.atab .hd {height: 35px;margin-bottom: 10px;}
.atab .hd li {font-size: 14px;padding: 0;line-height: 35px;height: 35px}
.atab {margin-bottom: -20px;}
.blist li span {padding: 10px 0}

.nav_box {margin-left:-1px;}

.home_f1 .alist {margin: 5px -4px 0 -4px;}
.alist a {padding: 0;padding-bottom: 10px;margin: 0 4px;}
.alist a .dw {font-size: 18px;padding-top: 10px;}
.alist a .dw span {font-size: 14px;margin-left: 5px;}
.alist a p {font-size: 12px;}
.t12 img {height: 20px}
.home_f2 .box {margin-top: 20px;padding: 5px 10px}
.home_f2 .box .abs {overflow: hidden;border-bottom: 1px solid #eee;}
.home_f2 .box .abs:last-child {border:0;}
.home_f2 .box .abs img {float: left;}
.home_f2 .box .abs .t {margin-top: 20px;}
.home_f2 .bt {padding: 20px 0}
.home_f2 .bt .fr ul li {float: left;width: 25%;margin: 0;display: block;margin-top: 15px;}
.home_f3 ul {position: relative;margin: 0 -8px;}
.home_f3 ul li {width: 50%;margin: 0;float: left;display: block;}
.home_f3 ul li a {display: block;margin: 2px;}
.home_f3 .more {margin:0 -10px;}
.subnav {padding: 20px 0;overflow: hidden;}
.subnav a {float: left;width: 50%;overflow: hidden;}
.home_f4 {padding-bottom: 20px}
.home_f5 .t12, .home_f6 .t12 {margin-bottom: 20px;}
.xlist {padding: 0 30px}
.xlist li .box .p3 {padding: 15px 0}
.xlist li .box p {line-height: 1.7}
.home_f9 .hot_list .addtime {padding-top: 10px;padding-bottom: 10px;font-size: 16px;}
.home_f9 .hot_list {padding-right: 20px;}
.home_f9 .hot_list .box {padding-top: 15px;}
.home_f9 .hot_list .box .t {margin-bottom: 10px;}
.home_f9 .list1 li {margin: 0;}
.t15 {margin-bottom: 10px;}
.t15 .fl {font-size: 18px;}
.t1 {margin-bottom: 20px;}
.td_list .slick-dots {margin-top: 0px;}
 .alist .slick-dots {margin-top: 15px;}
 .slick-slide img {width: 100%;}
.about_f1 {padding-top: 0;}

.yy_cont .pic {float: none;display: block;margin: 0;margin-bottom: 10px;}
.pro_head .info .title {padding: 15px 0 5px 0}
.cont_box .p {padding:  0}
.scsl_box {margin-bottom: 20px;}
.mt10 {margin-top: 15px;}
.slist li {padding-top: 0;}
.slist li .p {display: none;}
.slist li .t {margin-top: 0;font-size: 16px;}
.slist li img {width: 100%;}
.page {padding: 20px 0}
.s_page {padding: 20px 0;}
.contact_box, .feed {padding: 20px 0}
.contact_box .c {padding-top: 10px;}
#fans {height: auto;}

}
@media (max-width:480px){

}

}
@media (max-width:420px){

}
.mm-page__blocker{z-index: 2000;}


